home *** CD-ROM | disk | FTP | other *** search
- /* main.h
-
- This is BoxPaint, a sample app designed to show how getting UV data from
- a pick object can be used to draw on a texture. This app does not have
- graceful error handling - it's purpose is to demonstrate UV picking.
-
- Michael Bishop - August 21 1996
- Nick Thompson
- Robert Dierkes
- (c)1994-96 Apple Computer Inc., All Rights Reserved
-
- */
-
- #ifndef _MAIN_H_
- #define _MAIN_H_
-
- /* ------------------------------------------------------------------------------------------- */
- /* globals - defined in main.c */
- extern Boolean gQuitFlag ;
- extern Boolean gForeground;
- extern short gTicks ;
-
- /* ------------------------------------------------------------------------------------------- */
- /* constants - defined in main.c */
-
- /* function prototypes */
-
- void Main_DoAbout( void );
-
- #endif
-